Explain class hierarchy for a UIButton until NSObject?
25815
07-Jan-2017
Royce Roy
07-Jan-2017UIButton -> UIControl -> UIView -> UIResponder ->NSObject. UIButton inherits UIControl ,UIControl inherits UIView ,UIView inherits UIResponder and UIResponder inherits NSObject.